home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat1
/
matrix.1
< prev
next >
Wrap
Text File
|
1999-09-16
|
658b
|
67 lines
matrix(1) Scilab Function matrix(1)
NAME
matrix - vector to matrix conversion
CALLING SEQUENCE
[y]=matrix(v,n,m)
PARAMETERS
v : vector
n,m : integers
y : n x m matrix
DESCRIPTION
transforms the v vector into an nxm matrix by stacking columnwise the
entries of x.
Old stuff:
matrix('magi',n) : returns a magic square of size n .
matrix('frk',n) : returns the franck matrix :
matrix('hilb',n) : is the inverse of the nxn Hilbert matrix
(Hij= 1/(i+j-1)).
SEE ALSO
matrices, ones, zeros, rand, poly, empty